-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[full-ci] Bump (peer)dependencies #7200
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
e6bc103
to
e5b4076
Compare
Results for e2e-tests oCIS https://drone.owncloud.com/owncloud/web/27565/12/1 💥 To see the trace, please open the link in the console ...
npx playwright show-trace https://cache.owncloud.com/public/owncloud/web/27565/tracing/participant-management-alice-2022-8-16-07-49-56.zipnpx playwright show-trace https://cache.owncloud.com/public/owncloud/web/27565/tracing/participant-management-brian-2022-8-16-07-50-00.zipnpx playwright show-trace https://cache.owncloud.com/public/owncloud/web/27565/tracing/unstructured-collection-of-testable-space-interactions-alice-2022-8-16-07-51-06.zip |
e5b4076
to
a6b475b
Compare
27c66f6
to
a4d8cf2
Compare
@individual-it @phil-davis could you / your team have a look at this PR? I rebased it to current master. CI is failing hard. I tried the first 6 tests locally and they were all passing. Priority is low, but would be nice to get some dependencies up to date. |
a4d8cf2
to
b2e0a42
Compare
@kulmann Able to reproduce the CI failures locally. Will be digging into it. |
@kulmann @phil-davis @individual-it The main reason behind the CI failure above is apparently (Reload with axios verison axios0.27.1.mp4So the pop up notification seems to be the main reason for the CI failure. When using axios version (Reload with axios verison 0.26.1.mp4Need further information regarding this. |
b2e0a42
to
d19c43a
Compare
d19c43a
to
bcb984f
Compare
SonarCloud Quality Gate failed. |
Thank you for the pointers. I made some changes in the code so that with an oc10 backend we will not query the settings at all anymore. That made the CI green. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uh, I thought I approved the PR already before. Apparently I didn't. Classic yolo
🙈
Description
Supersedes some dependabot PRs and bumps the SDK's dependencies to their most recent versions (most interesting here is
axios
, originally had the bump included in #7139 but then had unexpected failures in the acceptance tests)